ListBase<T> Class Members
In This Topic
The following tables list the members exposed by ListBase<T>.
Public Constructors
Public Properties
Public Methods
| Name | Description |
 | Add | Adds an item to the ListBase. |
 | AddRange | Adds the items of the specified collection to the ListBase. |
 | Clear | Removes all items from the ListBase. |
 | Contains | Determines whether an element is in the ListBase. |
 | CopyTo | Copies the entire ListBase to a compatible one-dimensional array, starting at the specified index of the target array. |
 | GetEnumerator | Returns an enumerator that iterates through the ListBase. |
 | IndexOf | Determines the index of a specific item in the ListBase. |
 | Insert | Inserts an item into the ListBase at the specified index. |
 | Remove | Removes the first occurrence of a specific object from the ListBase. |
 | RemoveAt | Removes the element at the specified index of the ListBase. |
 | ToArray | Copies the elements of the ListBase to a new array. |
Top
Public Events
See Also